Remove badly encoded comment in alan.cc
authorrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 29 Jul 2013 01:53:51 +0000 (01:53 +0000)
committerrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 29 Jul 2013 01:53:51 +0000 (01:53 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4481 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/alan.cc

index cb82c6e5d1b527255db3a25ae4dd2963ff7de61a..42589974c0756d426f5d3a46870c64416935a6ed 100644 (file)
@@ -683,10 +683,6 @@ static int add_wpt(struct wprdata* wprdata, const waypoint* WP,int isroute)
       wpt = &(wprdata->wpt[wpthdr->idx[hdr_idx]]);
       wpt->usecount ++;
     }
-    /*
-    warning(MYNAME ": using duplicate waypoint '%s' at (%f°, %f°)\n",
-      WP->shortname, WP->latitude, WP->longitude);
-    */
     return hdr_idx;
   }